home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Internet & Communication / OmniWeb 5.1.3 (trial).dmg / OmniWeb.app / Contents / Resources / English.lproj / TextInputCompletion.nib / classes.nib next >
Text File  |  2006-02-01  |  580b  |  19 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {CLASS = NSObject; LANGUAGE = ObjC; }, 
  5.         {
  6.             ACTIONS = {tableViewAction = id; }; 
  7.             CLASS = OWCompletionController; 
  8.             LANGUAGE = ObjC; 
  9.             OUTLETS = {nibView = NSView; tableView = NSTableView; }; 
  10.             SUPERCLASS = NSObject; 
  11.         }, 
  12.         {
  13.             CLASS = OWTextInputCompletionController; 
  14.             LANGUAGE = ObjC; 
  15.             SUPERCLASS = OWCompletionController; 
  16.         }
  17.     ); 
  18.     IBVersion = 1; 
  19. }